projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83209fb
)
(fortran-fill): Use local var `bol' rather than duplicate call to
author
Glenn Morris
<rgm@gnu.org>
Fri, 30 Apr 2004 18:54:44 +0000
(18:54 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 30 Apr 2004 18:54:44 +0000
(18:54 +0000)
`line-beginning-position'.
lisp/progmodes/fortran.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/fortran.el
b/lisp/progmodes/fortran.el
index f23eabe6e9c6e21a785153802961a63de7c7e2eb..88d41650c0721a4fa3433bd682a86295310d2158 100644
(file)
--- a/
lisp/progmodes/fortran.el
+++ b/
lisp/progmodes/fortran.el
@@
-1700,8
+1700,7
@@
If ALL is nil, only match comments that start in column > 0."
(while repeat
(setq repeat nil)
;; Adapted from f90-find-breakpoint.
- (re-search-backward fortran-break-delimiters-re
- (line-beginning-position))
+ (re-search-backward fortran-break-delimiters-re bol)
(if (not fortran-break-before-delimiters)
(if (looking-at fortran-no-break-re)
;; Deal with cases such as "**" split over